const go.pact.im/x/zapjournal.pooledBufferCapacity
4 uses
go.pact.im/x/zapjournal (current package)
pool.go#L11: const pooledBufferCapacity = 8192
pool.go#L17: buf: make([]byte, 0, pooledBufferCapacity),
pool.go#L34: if cap(e.buf) != pooledBufferCapacity {
pool.go#L46: if cap(e.buf) != pooledBufferCapacity {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)